var github.com/google/uuid.rander
6 uses
github.com/google/uuid (current package)
util.go#L13: if _, err := io.ReadFull(rander, b); err != nil {
uuid.go#L40: rander = rand.Reader // random function
uuid.go#L321: rander = rand.Reader
uuid.go#L324: rander = r
version4.go#L41: return NewRandomFromReader(rander)
version4.go#L62: _, err := io.ReadFull(rander, pool[:])
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |